home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / ifxlite / imagefx3 / rexx / autofx / custom.ifx < prev    next >
Text File  |  2004-08-03  |  258b  |  15 lines

  1. /*
  2.  *    Custom.ifx
  3.  *    Executes a user-entered command, specified in the
  4.  *    ImpCustomCommand clip variable, set by the pre script.
  5.  *
  6.  *    by Steve Tibbett
  7.  */
  8.  
  9. Options Results
  10.  
  11. SeqNum=Word(Arg(1),4);
  12.  
  13. Command=GetClip("ImpCustomCommand"SeqNum);
  14. Interpret Command
  15.